home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Dev / Amiga-E / E_v3.2a / Src / Various / dokkenou / dokkenou.txt (.txt) < prev   
LaTeX Document  |  1992-09-02  |  2KB  |  43 lines

  1.                                     DokkeNou
  2.                              Wouter van Oortmerssen
  3.                                    sept '94
  4. Marvelous Introduction
  5. ======================
  6. Dokkenou is a tool that enables you to write plain text documents with
  7. certain 'style'-guidelines, and then later convert it to a beautifully
  8. typesetted TeX document automatically. If you don't know what TeX is,
  9. this utility is of little use to you.
  10. even better subsection
  11. ----------------------
  12. As an example, this document is written in dokkenou-style. If you translate
  13. this with dokkenou from .txt to .tex, you'll see what each feature does:
  14. > 1> dokkenou dokkenou.txt
  15. the result will be a `dokkenou.tex', which can be translated to .dvi the
  16. usual way. Commandline options:
  17. > TEXT/A,TEXFILE,TABWIDTH/K/N,STYLE,A4/S,A4COL/S: 
  18. If `TEXFILE' isn't given, dokkenou automatically replaces the .txt in `TEXT'
  19. into .tex. `TABWIDTH' is important, since dokkenou has to calculate indents
  20. for itemize etc. default is 8. With `STYLE' you can set the TeX `\documentstyle',
  21. and with `A4' and `A4COL' you can set page-size to A4 (with or without columns).
  22. features of dokkenou
  23. ********************
  24. * auto-line layout a la TeX, paragraph splits by two linefeeds, heavy splits by
  25.   more than two linefeeds.
  26. * itemize, as demonstated by this feature list. also nested: 
  27.   - even nested
  28.     * sub-nested
  29.     * no big deal
  30.   - if indented more than encapsulating itemize, and starting with `*' or `-'
  31.     in toggle-mode
  32.   - itemize automatically ends if text follows with lower indentation level.
  33. * chapters, sections and subsections underlined with `=====', `-----' and `*****'
  34.   as shown by this text
  35. * verbatim for blocks of text, and inline `verbatim'
  36.   > for n=1 to 10
  37.   >   print n
  38.   > end
  39. * footnotes: A gnu [a wonderful african animal]
  40. * _emphasized_ and *bold*
  41. * usage of TeX special chars without problems: # $ % & ~ _ ^ { }
  42. * title/author/date (3 lines, see top of this text)
  43.